| Conditions | 2 | 
| Total Lines | 7 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | const showLoadingSpinner = () => { | ||
| 14 |   document.getElementById("tableElement")?.classList.add("animate__fadeOut"); | ||
| 15 | }; | ||
| 16 | |||
| 17 | const hideElements = () => { | ||
| 18 |   document.getElementById("tableElement")?.classList.add("animate__fadeOut"); | ||
| 19 |   document.getElementById("loadingSpinner")?.classList.add("d-none"); | ||
| 20 | }; | ||
| 21 | |||
| 28 | }; |